combobox: make sure to respect the GtkComboBox padding in menu mode
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 31 Jan 2012 23:33:37 +0000 (18:33 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 1 Feb 2012 01:30:42 +0000 (20:30 -0500)
commit00325e992bfa4adf45209ab0c35fc2bd0f217b2a
tree13125ae72142d1dba49177bc2478a809dbd8da3e
parentc598a9501f33f55ac261292a57ce0b5cb23dcd91
combobox: make sure to respect the GtkComboBox padding in menu mode

When the combobox is in menu mode, we still shouldn't discard the
GtkComboBox padding value; it's wrong to allocate it to the button.
gtk/gtkcombobox.c